home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / IMAGELIB.ZIP / MIMAGE.ZIP / BABOUT.DFM / BABOUT.txt
Text File  |  1995-07-26  |  3KB  |  141 lines

  1. object AboutBox: TAboutBox
  2.   Left = 57
  3.   Top = 89
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 259
  8.   ClientWidth = 497
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 14
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 473
  20.     Height = 241
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProductName: TLabel
  30.       Left = 160
  31.       Top = 16
  32.       Width = 162
  33.       Height = 13
  34.       Caption = 'Product Name: Image Conversion '
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 208
  44.       Top = 40
  45.       Width = 62
  46.       Height = 13
  47.       Caption = 'Version: 1:01'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 160
  57.       Top = 88
  58.       Width = 172
  59.       Height = 13
  60.       Caption = 'Kevin Adams (CIS: 74742,1444) and'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object MultiImage1: TMultiImage
  69.       Left = 8
  70.       Top = 8
  71.       Width = 97
  72.       Height = 81
  73.       JPegDither = 0
  74.       JPegResolution = 8
  75.       JPegSaveQuality = 25
  76.       JPegSaveSmooth = 0
  77.       ImageName = 'file not exits'
  78.       Stretch = True
  79.     end
  80.     object Label1: TLabel
  81.       Left = 171
  82.       Top = 112
  83.       Width = 143
  84.       Height = 13
  85.       Caption = 'Jan Dekkers (CIS: 72130,353)'
  86.     end
  87.     object Panel2: TPanel
  88.       Left = 104
  89.       Top = 170
  90.       Width = 289
  91.       Height = 50
  92.       Color = clNavy
  93.       TabOrder = 0
  94.       object Label6: TLabel
  95.         Left = 15
  96.         Top = 9
  97.         Width = 266
  98.         Height = 13
  99.         Alignment = taCenter
  100.         AutoSize = False
  101.         Caption = 'Needs the Imagelib.dll and VCL to compile'
  102.         Font.Color = clWhite
  103.         Font.Height = -11
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = []
  106.         ParentFont = False
  107.       end
  108.       object Label2: TLabel
  109.         Left = 100
  110.         Top = 29
  111.         Width = 106
  112.         Height = 13
  113.         Caption = 'Go delphi. Imagelib.zip'
  114.         Font.Color = clYellow
  115.         Font.Height = -11
  116.         Font.Name = 'MS Sans Serif'
  117.         Font.Style = []
  118.         ParentFont = False
  119.       end
  120.     end
  121.   end
  122.   object OKButton: TBitBtn
  123.     Left = 391
  124.     Top = 21
  125.     Width = 77
  126.     Height = 84
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'Times New Roman'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 1
  133.     Kind = bkOK
  134.     Layout = blGlyphTop
  135.     Margin = 30
  136.     Style = bsNew
  137.     Spacing = 1
  138.     IsControl = True
  139.   end
  140. end
  141.